home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dan32 / readme.~~~ < prev    next >
Text File  |  1998-03-08  |  7KB  |  174 lines

  1. ----------------------------------------------------------------------------
  2.                              Date Analyser README
  3.                                   March 1998
  4. ----------------------------------------------------------------------------
  5.  
  6.                       (c) Expert Information Systems, 1998
  7.  
  8.  
  9. This document provides information to supplement the Expert Information
  10. Systems Year 2000 - Date Analyser Web page. The Frequently Asked Questions 
  11. section on the Web contains more up-to-date information. You can access this 
  12. Web page by clicking the About option on the file menu, taking note of the
  13. web page listed. Surf to this web page and then click on Frequently Asked 
  14. Questions.
  15.  
  16.  
  17. TRADEMARKS. Microsoft, Windows, Windows NT, Visual Basic and/or other 
  18. Microsoft products referenced herein are either Trademarks or registered 
  19. Trademarks of Microsoft.
  20.  
  21. ------------------------
  22. How to Use This Document
  23. ------------------------
  24.  
  25. To view Readme.txt on screen in Notepad, maximize the Notepad window.
  26.  
  27. To print Readme.txt, open it in Notepad or another word processor, and
  28. then use the Print command on the File menu.
  29.  
  30.  
  31. --------
  32. CONTENTS
  33. --------
  34.  
  35. 1. Supported Configurations/Platforms
  36. 2. Frequently Asked Questions
  37. 3. Product Support Worldwide
  38.     Expert Information Systems Year 2000 Web Page
  39.  
  40.  
  41. -------------------------------------
  42. 1. Supported Configurations/Platforms
  43. -------------------------------------
  44.  
  45. Expert Information Systems Date Analyser currently runs under Windows 3, 
  46. Windows 95 and Windows NT. It runs as an Add-in inside the Visual Basic 4
  47. development environment. It works with VB4 16-bit or 32-bit. It can be
  48. used to analyse VB3 and VB4 projects for date keywords.
  49.  
  50.  
  51. -----------------------------
  52. 2. Frequently Asked Questions 
  53. -----------------------------
  54.  
  55. Q. What is the purpose of Date Analyser?
  56.  
  57. A. Date Analyser automates the process of analysing vast amounts of 
  58.    Visual Basic 3 and 4 source code for date keywords. The tool is used to 
  59.    reduce the amount of manual code inspection. It works by parsing every 
  60.    single form, module and class in the currently loaded VB project and 
  61.    produces a log file of all date keywords found. The results can then be 
  62.    used as part of the impact analysis study.
  63.  
  64.  
  65. Q. Why do I need Data Analyser?
  66.  
  67. A. Can you imaging having to manually search each file in a VB project for
  68.    date keywords to see if the file is impacted by the year 2000 problem.
  69.    This process is very time consuming and labour intensive. It is also
  70.    very boring. Date Analyser allows the developer to automate this task
  71.    and spend more time on performing the High Level Analysis. A whole VB 
  72.    project can be analysed in seconds. 
  73.  
  74.  
  75. Q. Have you an example of how Date Analyser can be used?
  76.  
  77. A. Here is a typical process:
  78.  
  79.    * Identify VB systems and create an inventory.
  80.    
  81.    * Perform High Level Analysis by parsing identified source code using
  82.      Date Analyser.
  83.  
  84.    * The results of the High Level Analysis can be transferred to a 
  85.      spread sheet. This can be used to provide an estimate of the likely
  86.      investigation and analysis effort that will be required to identify
  87.      and understand the impact of the date related keyword matches. For
  88.      example date keywords can have weighting factors applied to them.
  89.      The number of occurrences of a keyword can then be multiplied by the 
  90.      weighting factor to give a total score for that keyword for a 
  91.      particular file. This score can then be used to estimate the 
  92.      investigation and analysis effort required.
  93.      The resulting spreadsheet also serves as a visual aid in identifying
  94.      clusters of date related source code.
  95.    
  96.  
  97. Q. Can I start using Date Analyser Now?
  98.  
  99. A. Yes you can. You can download Date Analyser now from :
  100.    http://www.sgw1.demon.co.uk/year2000
  101.    
  102.    It will run as an UnRegistered version which means that you are 
  103.    restricted to analysing only 1 file in a VB project. This restriction 
  104.    is removed when you Unlock the software with a registration code.
  105.  
  106.  
  107. Q. How do I purchase Date Analyser?
  108.  
  109. A. You can visit : 
  110.    http://www.sgw1.demon.co.uk/year2000 
  111.    and purchase a registration code on-line which will allow you to start 
  112.    using the software straight away. It will Unlock the software and 
  113.    remove all restrictions.
  114.  
  115.  
  116. Q. How do I install Date Analyser?
  117.  
  118. A. Execute DAN16.EXE or DAN32.EXE. DAN16.EXE is used with VB4 16-bit and
  119.    DAN32.EXE is used with VB4 32-bit. This will register Date Analyser as
  120.    an Add-In. Load VB 4. Click on Add-Ins-->Add-In Manager from the Visual 
  121.    Basic tool bar. Cross the box next to Date Analyser and click on the OK 
  122.    button. Date Analyser will then be displayed as an available Add-In.
  123.  
  124.  
  125. Q. How do I run Date Analyser?
  126.  
  127. A. Load the Visual Basic project into VB 4 that needs analysing.
  128.    Click on Add-Ins-->Date Analyser from the Visual Basic toolbar.
  129.    This will then launch Date Analyser. Date Analyser will appear on
  130.    the windows taskbar. Click on Date Analyser to display it.
  131.    Click on the Analyse button to begin analysing the current project
  132.    loaded in Visual Basic.
  133.  
  134.  
  135. Q. How do I exit Date Analyser?
  136.  
  137.    Click on the Exit button or select File-->Exit while in Date Analyser.
  138.  
  139.  
  140. Q. How do I remove Date Analyser from the available add-ins?
  141.  
  142.    Click on Add-Ins-->Add-In Manager from the Visual Basic tool bar. 
  143.    Uncross the box next to Date Analyser and click on the OK button.
  144.    Date Analyser will no longer be displayed as an available Add-In.
  145.  
  146.  
  147. Q. How do I analyse Visual Basic 3 projects.
  148.  
  149. A. You will need to ensure that the VB3 project files are stored as
  150.    ASCII files and not Binary files. Date Analyser will not work with
  151.    binary files. You may then load the VB3 project into Visual Basic 4 
  152.    and perform the analysis.
  153.  
  154.  
  155. Q. How do I add new date keywords to keywords.txt?
  156.  
  157. A. Load keywords.txt into Notepad. Add new keywords to the end of the file
  158.    and place each keyword in Double Quotes.
  159.  
  160.  
  161. Q. What does the message (SetupKeywords) Error. No : 53, File not found
  162.    mean?
  163.  
  164. A. Date Analyser is attempting to load the file keywords.txt and the file
  165.    can not be found. This file should reside in the same directory as Date
  166.    Analyser.
  167.  
  168.  
  169. ----------------------------
  170. 3. Product Support Worldwide
  171. ----------------------------
  172. Support is only supplied to registered users through the Expert Information
  173. Systems Web site at http://www.sgw1.demon.co.uk/year2000
  174.